Click <a href="JavaScript: alert('Type your custom message in here.')">hyperlink</a> to see an example of an alert dialogue box.<p>
<a href="JavaScript: alert('Type your custom message in here.')"><img alt="Java Script It!" src="js-iconb.gif" align=middle border=0></a> Click the image to see an example of another alert dialogue box. <p>
You can also trigger an alert dialogue box through a form button...<br>
<form><input type=button value="Click Me!" onClick="alert('Type your custom message in here.')"></form><p>
<b>Browser Compatibility</b><br>
ò Works fully in Netscape Navigator 2.01 and higher<br>
ò Works fully in Microsoft Internet Explorer 3.0 and higher<br>
ò Old browsers may display the button as text because they do not understand form buttons (that is if you choose to make a button)<br>
ò Old browsers will also display a URL not found dialogue box when hyperlink hyperlink is clicked